#content {
  width: 100%;
  height: auto !important;
  background-color: #f6f6f6;
/*   margin-top: 40px; */
}
#content .content {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  margin-bottom: 100px;
  overflow: hidden;
}
/* 灰色边框*/
.grey_border {
  border: 1px solid #bebebe;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.blue_border {
  border: 1px solid #0063ba;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.red_border {
  border: 1px solid #ea3e3e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix,
.nav {
  clear: both;
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.nav:after {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.maring-left0 {
  margin-left: 0!important;
}
.no-data {
  width: 100%;
  height: 84px;
  background: url("../img/no-more.png")/*tpa=http://www.creditchina.gov.cn/images/no-more.png*/ no-repeat center 40px;
  padding-top: 250px;
}
.no-data-message {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
/*      */
.publicity-menu-lists {
 /* width: 100%;*/
  width: 1208px;
  margin-left: -14px;
}
.publicity-menu-lists .publicity-menu-li {
  width: 380px;
  height: 255px;
  background-color: #efefef;
  margin: 0 0 20px 20px;
  float: left;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-a {
  width: 100%;
  height: 100%;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-img {
  width: 100%;
  height: 160px;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-img img {
  display: block;
  width: 100%;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-message {
  width: 100%;
  height: 95px;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 26px;
    margin-bottom: 13px;
    text-align: center;
}
.publicity-menu-lists .publicity-menu-li .publicity-menu-time {
  width: 100%;
  height: 34px;
  padding-right: 10px;
  line-height: 34px;
  text-align: right;
  color: #a7a7a7;
  float: right;
}
